home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / answers / comp / mach-faq < prev    next >
Text File  |  1994-02-23  |  8KB  |  222 lines

  1. Newsgroups: comp.os.mach,news.answers,comp.answers
  2. Path: bloom-beacon.mit.edu!nic.hookup.net!usc!cs.utexas.edu!newsfeed.rice.edu!rice!fgray
  3. From: fgray@owlnet.rice.edu (Frederick Earl Gray)
  4. Subject: comp.os.mach Frequently Asked Questions
  5. Message-ID: <CLFGGx.L0y@rice.edu>
  6. Followup-To: poster
  7. Summary: Answers to questions frequently asked on the USENET newsgroup
  8.          comp.os.mach
  9. Keywords: Mach FAQ 
  10. Sender: news@rice.edu (News)
  11. Organization: Rice University
  12. Date: Fri, 18 Feb 1994 16:00:31 GMT
  13. Approved: news-answers-request@mit.edu
  14. Lines: 205
  15. Xref: bloom-beacon.mit.edu comp.os.mach:1672 news.answers:15435 comp.answers:3841
  16.  
  17.  
  18. Archive-Name: mach-faq
  19.  
  20.  
  21. ======================================================================
  22.  
  23.                       Frequently Asked Questions
  24.                       
  25.                                for
  26.                       
  27.                            comp.os.mach
  28.                               
  29. ======================================================================
  30.  
  31. _QUESTIONS_
  32.  
  33. 1. What is Mach?
  34. 2. Where can I get more information about Mach?
  35. 3. I'm looking for a certain paper or document involving Mach. 
  36.    Where is it?
  37. 4. For what platforms is Mach available?
  38. 5. Is Mach freely available or does it require licenses?
  39. 6. Where can I get a distibution of Mach for a particular CPU?
  40. 7. What is the GNU Hurd?
  41. 8. Is NeXTSTEP based on Mach?
  42. 9. Does it run DOS?
  43.  
  44. _ANSWERS_
  45.  
  46. 1. What is Mach?
  47.  
  48. Mach is a research project of Carnegie Mellon University.  It aims
  49. to produce an operating system whose functions are distributed
  50. among several different threads of control, some of which run in
  51. supervisor mode and some of which run in user mode.
  52.  
  53. Mach 3.0 is based on a microkernel which contains only process
  54. management, virtual memory, and interprocess communication
  55. functions, as well as device drivers.  The rest of the operating
  56. system is concentrated in a UNIX server.
  57.  
  58. Mach 2.5 was more traditional in that the UNIX server ran in 
  59. supervisor mode, but it was still isolated from Mach code.
  60.  
  61. 2. Where can I get more information about Mach?
  62.  
  63. Carnegie Mellon University maintains an FTP server on the Internet
  64. on mach.cs.cmu.edu. 
  65.  
  66. Items of interest on the server include:
  67.  
  68. FAQ      This directory includes some of the most frequenly
  69.      requested documents.  Most importantly, it contains file
  70.      explaining how to obtain Mach for a particular machine
  71.      (i386_release.doc, etc). Most files in this directory are
  72.      available in either plain text or PostScript versions.
  73.          
  74. doc/published,     These directories contain technical
  75. doc/unpublished    documentation.
  76. doc/techreports
  77.  
  78. doc/osf  This directory contains PostScript versions of the Open
  79.      Software Foundation's Mach manuals.  They are highly
  80.      recommended reading for anyone planning to work with the
  81.      Mach 3.0 microkernel.
  82.  
  83. src/mkernel     The source code for the Mach microkernel.
  84. src/buildtools  The source code for the tools needed to build Mach.
  85.  
  86. sup      The source code to Carnegie Mellon University's 'sup'
  87.      (Software Upgrade Protocol) program, used to obtain and
  88.      update Mach distributions.  Binaries for certain machines
  89.      are also available here.
  90.          
  91.          
  92. 3. I'm looking for a certain paper or document involving Mach. 
  93. Where is it?
  94.  
  95. There is a bibliography of papers and documents about Mach.  It is
  96. available online by anonymous FTP to mach.cs.cmu.edu.  It is in the
  97. directory FAQ in both plain-text and PostScript forms in the files
  98. mach_bib.doc and mach_bib.ps.
  99.  
  100. 4. For what platforms is Mach available?
  101.  
  102. Mach 2.5 is available directly from Carnegie Mellon for these
  103. platforms:
  104.  
  105. VAX
  106. Intel 386/586
  107. Sun 3
  108.  
  109. Mach 3.0 is available from Carnegie Mellon for these platforms:
  110.  
  111. Sun 3
  112. VAX
  113. DECstation 3100 and 5000/200, 5000/120, and 5000/20
  114. Intel 386/486 (ISA and PS/2)
  115. Omron Luna 88K
  116. DEC Alpha
  117. IBM RS/6000
  118. Sun SparcStations (microkernel only)
  119. Apple Macintosh
  120.  
  121. 5. Is Mach freely available or does it require licenses?
  122.  
  123. In general, Mach requires licenses in order to do anything useful.
  124. The Mach 3.0 microkernel is available without licenses for all
  125. platforms except the Sun SparcStation, which requires a SunOS 4.1.1
  126. source license.  Mach 2.5 and the Mach 3.0 UNIX server require a 4.3BSD
  127. source license, which in turn requires a license from UNIX Systems
  128. Laboratories.
  129.  
  130. The Apple Macintosh and IBM RS/6000 platforms also require special
  131. Mach 3.0 licenses.
  132.  
  133. In addition, there is a simplified operating system server called
  134. "POE" that is available freely.  At one time, Carnegie Mellon also
  135. distributed a server based on the 386BSD operating system, but
  136. removed it from distribution for legal reasons.  It can still be
  137. obtained from several FTP sites, though.  Carnegie Mellon recently
  138. reintroduced a new version, BSDSS8, but it is only available to
  139. holders of 4.3BSD source licenses.
  140.  
  141. 6. Where can I get a distibution of Mach for a particular CPU?
  142.  
  143. Carnegie Mellon's preferred method of source code distribution is
  144. through a protocol called SUP.  After registering your IP address
  145. and license information with CMU, you will receive a  cryptographic
  146. key. You use that key in conjunction with the sup program
  147. (available from mach.cs.cmu.edu in the directory sup) to access the
  148. proper collections of code.
  149.  
  150. There is information on mach.cs.cmu.edu in the FAQ directory to
  151. tell you precisely how to get a distribution of Mach for the
  152. machine that you want.
  153.  
  154. If you do not have access to SUP, there are also FTP archives for
  155. Mach.  Among others:
  156.  
  157. Hostname             IP address               Directory
  158. --------             ----------               ---------
  159. mach.cs.cmu.edu      128.2.209.192            src
  160. ftp.uu.net           192.48.96.9              packages/mach
  161. sh.wide.ad.jp        133.4.11.11              MACH
  162. ftp.dit.co.jp        133.156.1.1              pub/MACH
  163. ftp.mei.co.jp        132.182.49.2             free/mach
  164. ftp.cs.titech.ac.jp  131.112.172.15           pub/os/MACH
  165. nic.funet.fi         128.214.6.100            pub/mach/Mach3.0
  166.  
  167. Connect to the site closest to you using the FTP protocol.  Use
  168. "anonymous" as your login name and your electronic mail address as
  169. your password.
  170.  
  171. ftp.uu.net's archives are also available via UUCP to a 900 number.
  172. Contact info@uunet.uu.net for more information.
  173.  
  174. Mt.Xinu formerly distributed both source and binary releases of
  175. Mach 2.5, but they have discontinued them.
  176.  
  177. Tenon Intersystems distributes a product known as MachTen. It runs
  178. avariant of Mach 2.5 as an application on top of the Macintosh
  179. Operating System, and includes a complete development environment.
  180. X11 and Motif are available as options.  Contact info@tenon.com or
  181. (800) 662-2410 for more information.
  182.  
  183. 7. What is the GNU Hurd?
  184.  
  185. The GNU Hurd is a system server which the Free Software Foundation
  186. is preparing.  It will run on top of the Mach microkernel.  It will
  187. resemble UNIX at the user level, but its design philosophy will be
  188. completely different.  It will enable the individual user to
  189. customize his or her environment more completely.
  190.  
  191. No one really knows when the Hurd will be released.  However, there
  192. are preliminary sources for it on alpha.gnu.ai.mit.edu which are
  193. really only useful for browsing.  They are incomplete and they are
  194. updated very infrequently.
  195.  
  196. The Free Software Foundation recently announced that it is seeking
  197. volunteers to help develop and test the Hurd.  Contact
  198. gnu@prep.ai.mit.edu for more information.
  199.  
  200. 8. Is NEXTSTEP based on Mach?
  201.  
  202. NEXTSTEP is based on an enhanced version of Mach.  Source licenses
  203. for this version of Mach are available from the NeXT Corporation.
  204.  
  205. 9. Does it run DOS?
  206.  
  207. There is an "mdos" server allowing DOS applications to run under
  208. Mach on the Intel platform.  This server is available from
  209. mach.cs.cmu.edu in the directory src as mdos.tar.Z.
  210.  
  211. ------------------------------------------------------------------
  212. CONTRIBUTORS TO THIS EDITION (Thanks!)
  213. ------------------------------------------------------------------
  214. Dave Cherkus (RS/6000 and PS/2 support)
  215.  
  216. ---
  217. Send suggestions to fgray@owlnet.rice.edu.
  218. ---
  219. -- 
  220. -- Fred Gray
  221. -- fgray@owlnet.rice.edu
  222.